home *** CD-ROM | disk | FTP | other *** search
/ W95 Shareware Collection / W95 Collection - Windows 95 Shareware (LCDCAN).iso / win95 / internet / prospo / archie.doc next >
Text File  |  1995-07-19  |  1KB  |  30 lines

  1. This release of Prospero includes a standalone client to query archie
  2. servers at various sites.  It is standalone in the sense that, once
  3. compiled, it does not require Prospero to be installed on the host
  4. from which it is to be used.  To build the archie client, type make
  5. from the top level directory.  The archie client will be build in the
  6. user subdirectory.
  7.  
  8. If called with just a file name, it will query the archie database for
  9. exact matches.  If executed with no arguments it will display its
  10. options.
  11.  
  12.    Usage: archie [-[cehkrsxz][ltMT][NM #][H host][f? <farg>]] string
  13.           -c : case sensitive substring search
  14.           -e : exact string match (default)
  15.           -r : regular expression search
  16.           -s : case insensitive substring search
  17.        -K -k : case sensitive substring match
  18.        -X -x : regular expression match
  19.        -Z -z : case insensitive substring match
  20.           -h : ask for information about matching hosts
  21.    -fd -fc <arg> : specify domain or component filter
  22.           -l : list one match per line
  23.           -t : sort inverted by date
  24.           -E : expand directory and query responses from server
  25.       -M -MM : display the message of the day (MM immediate)
  26.           -T : display status information for server
  27.         -N # : specifies query niceness level (optional 0-35765)
  28.         -m # : specifies maximum number of hits to return
  29.      -H host : specifies server host
  30.